home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Shareware / Multimedia / audiophiler / audiophilersetup.exe / {app} / audiophiler.exe / 0 / RCDATA / TPASSDIALOG / TPASSDIALOG.txt
Text File  |  2004-09-21  |  1KB  |  64 lines

  1. object PassDialog: TPassDialog
  2.   Left = 242
  3.   Top = 171
  4.   BorderStyle = bsDialog
  5.   Caption = 'Table authentication'
  6.   ClientHeight = 118
  7.   ClientWidth = 216
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 8
  20.     Top = 36
  21.     Width = 49
  22.     Height = 13
  23.     Caption = 'Password:'
  24.   end
  25.   object lbName: TLabel
  26.     Left = 8
  27.     Top = 8
  28.     Width = 193
  29.     Height = 13
  30.     Alignment = taCenter
  31.     AutoSize = False
  32.     Caption = 'lbName'
  33.   end
  34.   object Pass: TEdit
  35.     Left = 72
  36.     Top = 32
  37.     Width = 130
  38.     Height = 21
  39.     PasswordChar = '*'
  40.     TabOrder = 0
  41.     Text = 'Pass'
  42.   end
  43.   object cbOk: TButton
  44.     Left = 8
  45.     Top = 72
  46.     Width = 75
  47.     Height = 25
  48.     Caption = 'OK'
  49.     Default = True
  50.     ModalResult = 1
  51.     TabOrder = 1
  52.     OnClick = cbOkClick
  53.   end
  54.   object cbCancel: TButton
  55.     Left = 128
  56.     Top = 72
  57.     Width = 75
  58.     Height = 25
  59.     Caption = 'Cancel'
  60.     ModalResult = 2
  61.     TabOrder = 2
  62.   end
  63. end
  64.